home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Isometric Game Programming with DirectX 7.0
/
Isometric Game Programming.iso
/
source
/
chapter21
/
isohex21_1
/
isohexcore.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-07-24
|
239b
|
11 lines
//IsoHexCore.h
//Main header file for isometric engine components
#ifndef __ISOHEXCORE_H__
#define __ISOHEXCORE_H__
#include "IsoTilePlotter.h"
#include "IsoScroller.h"
#include "IsoTileWalker.h"
#include "IsoMouseMap.h"
#endif